home *** CD-ROM | disk | FTP | other *** search
/ CICA 1993 April / CICA MS Windows - April 1993.iso / bbs / wildcat / _lint.bak next >
Text File  |  1993-04-19  |  6KB  |  125 lines

  1.  
  2. --- Module:   install.c 
  3.                                                       _
  4.     if (-1 == (fd = open("filearea.dat", O_RDWR | O_BINARY))) {
  5. install.c  51  Warning 569: Loss of information (arg. no. 2) (16 bits to 15
  6.     bits)
  7.                 _
  8.     while (1) {
  9. install.c  58  Info 716: while(1) ... 
  10.                                                           _
  11.         if (i != sizeof(struct file_area_rec_type)) {
  12. install.c  63  Info 737: Loss of sign in promotion from int to unsigned int
  13.                                                       _
  14.     if (-1 == (fd = open("filearea.dat", O_RDWR | O_BINARY))) {
  15. install.c  103  Warning 569: Loss of information (arg. no. 2) (16 bits to 15
  16.     bits)
  17.                                        _
  18.     setvbuf(fh, vbuf, _IOFBF, 2998);
  19. install.c  115  Warning 534: Return mode of setvbuf inconsistent with line 170,
  20.     file i:\bcc\include\stdio.h
  21.                 _
  22.     while (1) {
  23. install.c  118  Info 716: while(1) ... 
  24.                                                           _
  25.         if (i != sizeof(struct file_area_rec_type)) {
  26. install.c  123  Info 737: Loss of sign in promotion from int to unsigned int
  27.                                                           _
  28.         if (i != sizeof(struct file_area_rec_type)) {
  29. install.c  136  Info 737: Loss of sign in promotion from int to unsigned int
  30.                                        _
  31.         i = strlen(description);
  32. install.c  176  Info 713: Loss of precision (assignment) (unsigned int to int)
  33.                                                       _
  34.         strncpy(area.area_name, description, i);
  35. install.c  180  Info 732: Loss of sign (arg. no. 3) (int to unsigned int)
  36.                                                           _
  37.         if (i != sizeof(struct file_area_rec_type)) {
  38. install.c  185  Info 737: Loss of sign in promotion from int to unsigned int
  39.                                        _
  40.     setvbuf(fh, vbuf, _IOFBF, 7998);
  41. install.c  212  Warning 534: Return mode of setvbuf inconsistent with line 170,
  42.     file i:\bcc\include\stdio.h
  43.                                        _
  44.     setvbuf(fh, vbuf, _IOFBF, 2998);
  45. install.c  246  Warning 534: Return mode of setvbuf inconsistent with line 170,
  46.     file i:\bcc\include\stdio.h
  47.                                             _
  48.     setvbuf(output, vbuf2, _IOFBF, 2998);
  49. install.c  253  Warning 534: Return mode of setvbuf inconsistent with line 170,
  50.     file i:\bcc\include\stdio.h
  51. _
  52. }
  53. install.c  278  Warning 529: i (line 229) not subsequently referenced
  54. install.c  278  Warning 529: description (line 233) not subsequently referenced
  55.                                                       _
  56.     if (-1 == (fd = open("makewild.dat", O_RDWR | O_BINARY))) {
  57. install.c  297  Warning 569: Loss of information (arg. no. 2) (16 bits to 15
  58.     bits)
  59.                                                 _
  60.     if (i != sizeof(struct make_wild_record)) {
  61. install.c  304  Info 737: Loss of sign in promotion from int to unsigned int
  62.                                                                  _
  63.     cprintf("What DOS drive letter is your CDROM drive?\n\r");
  64. install.c  323  Warning 534: Return mode of cprintf inconsistent with line 118,
  65.     file i:\bcc\include\conio.h
  66.                  _
  67.     gets(buf);
  68. install.c  324  Warning 534: Return mode of gets inconsistent with line 160,
  69.     file i:\bcc\include\stdio.h
  70.                 _
  71.     while (1) {
  72. install.c  331  Info 716: while(1) ... 
  73.                                                                             _
  74.         cprintf("What area should this CDROM's areas start at?\n\r");
  75. install.c  332  Warning 534: Return mode of cprintf inconsistent with line 118,
  76.     file i:\bcc\include\conio.h
  77.                                          _
  78.             highest_filearea);
  79. install.c  334  Warning 534: Return mode of cprintf inconsistent with line 118,
  80.     file i:\bcc\include\conio.h
  81.                                                     _
  82.             areas, highest_filearea + 1);
  83. install.c  336  Warning 534: Return mode of cprintf inconsistent with line 118,
  84.     file i:\bcc\include\conio.h
  85.                          _
  86.         gets(buf);
  87. install.c  338  Warning 534: Return mode of gets inconsistent with line 160,
  88.     file i:\bcc\include\stdio.h
  89.                                      _
  90.               start_area);
  91. install.c  346  Warning 534: Return mode of cprintf inconsistent with line 118,
  92.     file i:\bcc\include\conio.h
  93.                                                                           _
  94.             cprintf("with area %d.\n\r", highest_filearea + 1);
  95. install.c  347  Warning 534: Return mode of cprintf inconsistent with line 118,
  96.     file i:\bcc\include\conio.h
  97.                                                                                               _
  98.     cprintf("The CDROM drive is DOS drive `%c'.  The new areas will run from\n\r", letter);
  99. install.c  354  Warning 534: Return mode of cprintf inconsistent with line 118,
  100.     file i:\bcc\include\conio.h
  101.                                                                  _
  102.         start_area, start_area + areas, highest_filearea);
  103. install.c  356  Warning 534: Return mode of cprintf inconsistent with line 118,
  104.     file i:\bcc\include\conio.h
  105.                                                    _
  106.     cprintf("If this is correct type 'y'.\n\r");
  107. install.c  357  Warning 534: Return mode of cprintf inconsistent with line 118,
  108.     file i:\bcc\include\conio.h
  109.                  _
  110.     gets(buf);
  111. install.c  359  Warning 534: Return mode of gets inconsistent with line 160,
  112.     file i:\bcc\include\stdio.h
  113.                                                 _
  114.     if (i != sizeof(struct make_wild_record)) {
  115. install.c  372  Info 737: Loss of sign in promotion from int to unsigned int
  116.           _
  117. }
  118. install.c  386  Info 783: Line does not end with new-line
  119. Info 715: argc (line 282, file install.c) not referenced
  120.  
  121.     --- Wrap-up for Module: install.c
  122.  
  123. Info 754: local structure member dummy1 (line 36, file install.c) not
  124.     referenced
  125.